MSVC++ Resource (.rc) files tutorial? [closed]
Posted
by
Serge
on Programmers
See other posts from Programmers
or by Serge
Published on 2012-10-31T18:33:03Z
Indexed on
2012/10/31
23:16 UTC
Read the original article
Hit count: 208
I'm looking for a good tutorial for making resource files (*.rc) in MSVC++.
I've been googling, and nothing has been useful in the slightest.
What I'm looking for is a guide for how to actually write, manually, a *.rc file. Anything I have found so far, especially on MSDN, has only been about how to use the Visual Studio menu options to let it create resources for you. I'm not interested in that.
Anyone able to help?
© Programmers or respective owner